home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Advisor
/
CD-ROM Advisor.iso
/
blender
/
blen40m
/
shared.dir
/
00787.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-22
|
245 b
|
15 lines
on mouseUp
global move, s
sound playFile 2, "mmvrrvt.AIF"
set move to 1
repeat with s = 48 down to 1
puppetSprite(s, 0)
end repeat
sound stop 1
sound stop 2
finishMovie()
tell the stage
play frame "HELP"
end tell
end